Skip to content

some more updates on algorithms#196

Merged
Jutho merged 1 commit intomainfrom
jh/somemorealgupdates
Mar 22, 2026
Merged

some more updates on algorithms#196
Jutho merged 1 commit intomainfrom
jh/somemorealgupdates

Conversation

@Jutho
Copy link
Member

@Jutho Jutho commented Mar 21, 2026

Some suggestions for some more updates on top of all the magnificent work of the algorithm redesign by @lkdvos . I've changed the naming convention to be methodname_algorithmname consistently, for the lapack-style algorithms as well as some of the others (native, polar_newton, …). I've also moved the LAPACK specific manipulations (such as generating an empty matrix when no vectors are required) to the body of these functions.

@Jutho Jutho requested a review from lkdvos March 21, 2026 23:42
@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
ext/MatrixAlgebraKitGenericLinearAlgebraExt.jl 85.29% <100.00%> (ø)
src/implementations/eig.jl 93.16% <100.00%> (+0.05%) ⬆️
src/implementations/eigh.jl 94.95% <100.00%> (+0.04%) ⬆️
src/implementations/lq.jl 93.52% <100.00%> (ø)
src/implementations/polar.jl 96.22% <100.00%> (ø)
src/implementations/qr.jl 93.42% <100.00%> (ø)
src/implementations/schur.jl 86.20% <100.00%> (ø)
src/implementations/svd.jl 94.41% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Jutho Jutho merged commit 09715df into main Mar 22, 2026
10 checks passed
@Jutho Jutho deleted the jh/somemorealgupdates branch March 22, 2026 11:47
@lkdvos lkdvos mentioned this pull request Mar 24, 2026
lkdvos referenced this pull request Mar 25, 2026
….4, (keep existing compat) (#201)

* CompatHelper: bump compat for GenericLinearAlgebra in [weakdeps] to 0.4, (keep existing compat)

* Remove JET dependency

Removed JET dependency from Project.toml

* Remove JET from test targets

Removed JET from the test targets in Project.toml.

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants